home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / System 7 / Frontier / Table sure path.sit / table sure path ƒ / DocServer Source Text next >
Encoding:
Text File  |  1992-02-20  |  543 b   |  10 lines  |  [TEXT/ttxt]

  1.  
  2. Verb    table.surePath
  3. Syntax    table.surePath (path)
  4. Parameters    path is a dot-delimited string indicating the name of a table that might not exist.
  5. Action    Creates as many new tables as necessary to make the string a valid object database address.
  6. Returns    The number of new tables it created.
  7. Examples    table.surePath ("user.accounts.CIS"); user.accounts.CIS = "76244,120"
  8.     « 76244,120 «a new table, user.accounts, was created
  9. Notes    This verb is implemented as a script, to examine its implementation, look at system.verbs.builtins.table.surePath.
  10.